separate compilation meaning in English
独立编译
分别编译
分块编译
Examples
- Requires a separate compilation step before deployment to production servers
在部署到成品服务器之前,需要执行单独的编译步骤。 - This might be useful for languages that support separate compilation , where it is only at link phase that it becomes known whether any type is actually referenced by other code
这对于支持单独编译的语言可能很有用,在这类语言中,只有在链接阶段才能知道任何类型是否被其他代码实际引用。 - Unlike some of the " fully interpreted " languages , pocketc requires a separate compilation step before you can run an application ; but you can do this compilation right within the same interface and when you do it once , the bytecode sticks around
与某些“完全解释型”的语言不同, pocketc在能够运行应用程序之前需要单独的编译步骤;但可以在同一个界面中执行这个编译(执行一次后,字节码就存在) 。